12. Lifecycle: Navigate Away
Navigate away
QUIZ QUESTION::
Open the app, then press the home button and go to the home screen. Then navigate back to the activity. Starting from when you navigate to the home screen, Which callbacks are called and in what order?
ANSWER CHOICES:
|
State |
Method |
|---|---|
Navigate to home screen state 1: |
|
Navigate to home screen state 2: |
|
Navigate back from Recents state 1: |
|
Navigate back from Recents state 2: |
|
Navigate back from Recents state 3: |
SOLUTION:
|
State |
Method |
|---|---|
|
Navigate back from Recents state 3: |
|
|
Navigate to home screen state 2: |
|
|
Navigate back from Recents state 1: |
|
|
Navigate to home screen state 1: |
|
|
Navigate back from Recents state 2: |
ANDK L4 16 Navigating Away OnStart OnStop